home *** CD-ROM | disk | FTP | other *** search
/ Europe in the Round / Europe in the Round CD-ROM.iso / Study 1 / SCIENCE / stack_-1.xml < prev   
Encoding:
Extensible Markup Language  |  1991-11-21  |  1.6 KB  |  24 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>5</cardCount>
  7.     <cardID>2861</cardID>
  8.     <listID>5536</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>on openStack
  17. hide menubar
  18. hide msg
  19. end openStack
  20.  
  21. on closeCard
  22. set cursor to 4
  23. visual dissolve
  24. set lockscreen to true
  25. hide background button hideextra
  26. end closeCard
  27.  
  28. on openCard
  29. set lockscreen to true
  30. get field extracards
  31. if first char of it is "1" then
  32. show background button hideback
  33. else
  34. hide background button hideback
  35. end if
  36. if first char of it = third char of it then
  37. show background button hideforward
  38. else
  39. hide background button hideforward
  40. end if
  41. if it is empty then
  42. show background button hideextra
  43. else
  44. hide background button hideextra
  45. end if
  46. repeat with x=4 to 8
  47. set hilite of background button x to false
  48. end repeat
  49. get short name of card
  50. set hilite of background button it to true
  51. end openCard</script>
  52.     <background id="2584" file="background_2584.xml" name="one" />
  53.     <card id="2861" file="card_2861.xml" marked="false" name="Introduction" owner="2584" />
  54.     <card id="3630" file="card_3630.xml" marked="false" name="Objectives" owner="2584" />
  55.     <card id="4141" file="card_4141.xml" marked="false" name="Objectives" owner="2584" />
  56.     <card id="2161" file="card_2161.xml" marked="false" name="Status" owner="2584" />
  57.     <card id="4364" file="card_4364.xml" marked="false" name="Activities" owner="2584" />
  58. </stack>
  59.